fix(deps): update all non-major dependencies - #113
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 29, 2026 13:36
5a2fdc8 to
2c5123c
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 29, 2026 17:56
2c5123c to
17eb7cf
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.84.3→0.84.40.84.3→0.84.40.84.3→0.84.40.84.3→0.84.42.7.1→2.8.02.7.1→2.8.02.7.1→2.8.03.9.0→3.9.10.84.3→0.84.42.30.0→2.31.00.58.0→0.59.01.3.20→1.3.22Release Notes
earendil-works/pi (@earendil-works/pi-agent-core)
v0.84.4Compare Source
Breaking Changes
prepareNextTurnandprepareNextTurnWithContextto run only aftershouldStopAfterTurnand queued-message checks determine that the agent loop will start another assistant turn. They no longer run after final or terminating turns; move end-of-run work toagent_endhandling (#6879).Fixed
NodeExecutionEnvaborts crashing whentaskkill.exeis unavailable onPATH(#6596).earendil-works/pi (@earendil-works/pi-ai)
v0.84.4Compare Source
Added
deepseek-v4-flash-vision-expmodel to the DeepSeek catalog.Fixed
toolChoicewhen no tools are defined.reasoning_detailsdeltas.workers-ai/*passthrough models omitted by models.dev.offsupport and available effort levels from OpenRouter's model metadata, preventing reasoning-mandatory models from receivingeffort: "none"(#8614 by @davidbrai).earendil-works/pi (@earendil-works/pi-coding-agent)
v0.84.4Compare Source
New Features
ctx.uiprompts. See Extension UI prompt events.clear_queue. See RPCclear_queue.Added
ui_prompt_startandui_prompt_endextension events so host integrations can distinguish active agent work from waiting on user-facingctx.uiprompts (#8355 by @cristinaponcela).detectSupportedImageMimeTypeFromFile()to the public library exports (#8600 by @xl0).deepseek-v4-flash-vision-expmodel support.clear_queueto retrieve and remove queued steering and follow-up messages (#8432).fullscreenCopyOnSelectto disable automatic fullscreen selection copy; when disabled,Ctrl+Xcopies the active text selection before falling back to the last assistant message, while/treestill copies the selected message (#7720).Fixed
taskkill.exeis unavailable onPATH(#6596).triggerTurn: falsewhile the agent is running being inserted between a tool call and its result, which made providers that validate message order reject the replayed history. They are now appended once the turn's tool results are in (#8537).toolChoice: "none"(#8649, #8638).HttpsProxyAgent is not a constructorwhen the bundled Node.js runtime uses an HTTP(S) proxy (#8610).@file autocomplete ranking to prefer direct and shallower matches over similarly ranked nested paths (#8669)./and-(#8676).workers-ai/*passthrough models.reasoning_detailsdeltas.effort: "none"(#8614 by @davidbrai).toolChoicewhen no tools are defined.earendil-works/pi (@earendil-works/pi-tui)
v0.84.4Compare Source
Added
TuiAltScreencopyOnSelectoption plus helpers to detect and copy the active fullscreen text selection programmatically (#7720).Fixed
/and-(#7746).juicesharp/rpiv-mono (@juicesharp/rpiv-ask-user-question)
v2.8.0Compare Source
juicesharp/rpiv-mono (@juicesharp/rpiv-todo)
v2.8.0Compare Source
juicesharp/rpiv-mono (@juicesharp/rpiv-web-tools)
v2.8.0Compare Source
QuintinShaw/pi-dynamic-workflows (@quintinshaw/pi-dynamic-workflows)
v3.9.1Compare Source
What's Changed
Full Changelog: QuintinShaw/pi-dynamic-workflows@v3.9.0...v3.9.1
nicobailon/pi-mcp-adapter (pi-mcp-adapter)
v2.31.0Compare Source
Highlights
Added
io.modelcontextprotocol/uiextension capability, so compatible servers can expose UI resources. Thanks to @VikashLoomba for #465.Fixed
nicobailon/pi-subagents (pi-subagents)
v0.59.0Compare Source
Highlights
runs.lanes(...), launch preflight labels, and better retained-resume behavior.Added
runs.host(...)command steps toworkflowScript, with required timeouts, saved output, and status and receipt evidence (#1648).runs.lanes(...)for parallel sequential workflow stages with per-lane results and retained-resume support (#1633).preflightlane metadata for workflowScript launches, with coverage warnings and planned-lane rendering in launch, status, and live-card views.worktree.cleanupmanagement action that records a cleanup plan without removing worktrees or branches./subagents-steer <run-id> [--child <child-id>] <message>so non-TUI sessions and RPC hosts can steer live async runs. Thanks to @yanqianglu for #1608.allowNestedSubagentsagent authorization for nested fanout without replacing inherited tools or extensions. Thanks to @tutu359 for #1587./subagents-stop <run-id> <child-id>so one child of a multi-child async run can be stopped without stopping the whole run. Thanks to @yanqianglu for #1603.Changed
workflowScriptcontracts for retained resume keys and durable child output paths.Fixed
runs.host(...)output files atomically inside their verified directory, and retry transient Windows destination locks.cursor-native, so Cursor MCP results keep matching pending execs. Thanks to @moofone for #1677 and #1678.runs.lanes(...)stage-0 retained-resume validation actionableruns.run(...)guidance instead of a generic error (#1657).lane:prefix from operator-facing async status rows in the TUI (#1658)..pisymlink while rejecting unrelated or unproven Git-layout escapes. Thanks to @sususu98 for #1656./subagent-cost, including completed async workflow children and parent compaction usage with persisted workflow-receipt recovery when needed (#1662, #1666). Thanks to @Geraldo-Morais for #1662 and @jf88888 for #1666.runs.lanes(...)stage keys (#1649).workflowScriptcontinuation live while an awaited child coordinates with its supervisor, so later sequential steps still run (#1634).1Minstead of1000kin live status displays.globalConcurrencyLimittoworkflowScriptchildren launched throughruns.runandruns.all, not only legacy multi-child runners. Thanks to @mateominato for #1600..piandsync-backupsdirectories during agent discovery so stale backup definitions cannot become executable agents. Thanks to @arlishansenn for #1596.subagent_waitwindow and report window expiry as non-error active work while preserving strict headless draining. Thanks to @Shujakuinkuraudo for #1591.includeToolsandexcludeToolspolicies for child direct-tool grants, including adapter-compatible glob matching. Thanks to @Shujakuinkuraudo for #1590.500orinternal server error. Thanks to @rafafortes for #1642.sinclairzx81/typebox (typebox)
v1.3.22Compare Source
v1.3.21Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.